Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for apphosting.emulator.yaml #8333

Merged
merged 3 commits into from
Mar 24, 2025

Conversation

inlined
Copy link
Member

@inlined inlined commented Mar 18, 2025

The App Hosting emulator can now load values from apphosting.emulator.yaml. This file is designed to be safe to commit, and therefore cannot convert a secret value to a plaintext value.

@inlined inlined requested review from mathu97 and taeold March 18, 2025 20:13
@@ -15,27 +16,33 @@ export async function getLocalAppHostingConfiguration(
): Promise<AppHostingYamlConfig> {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should update the JSDoc to reflect the new behaviour of us loading in the apphosting.emulator.yaml file as well.

@inlined inlined merged commit 31d343a into master Mar 24, 2025
53 of 55 checks passed
@inlined inlined deleted the inlined.apphosting.emulators.yaml branch March 24, 2025 17:24
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants